Html Css Color HEX #27BEC5 Light Sea Green

📋 copy color: '#27BEC5'

red 39 ◦ green 190 ◦ blue 197

#27BEC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #27BEC5

Tints of Light Sea Green #27BEC5

RGB

 RED value IS 39 (15.63% from 255) = 9.15%

 GREEN value IS 190 (74.61% from 255) = 44.6%

 BLUE value IS 197 (77.34% from 255) = 46.24%

R = 9.15%
G = 44.6%
B = 46.24%

CMYK

 C value IS 0.80

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#27BEC5 (or 0x27BEC5) is known color: Light Sea Green. HEX triplet: 27, BE and C5. RGB value is (39,190,197). Sum of RGB (Red+Green+Blue) = 39+190+197=426 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.15% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 197 - color contains mainly: blue. Hex color #27BEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BEC5 is #D8413A. Grayscale: #919191. Windows color (decimal): -14172475 or 12959271. OLE color: 12959271.

HSL color Cylindrical-coordinate representation of color #27BEC5: hue angle of 182.66º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27BEC5 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 39 190 197 -
CMYK 0.80 0.04 0 0.23
HSL 182.66º 0.67% 0.46% -
HSV(B) 182.66º 0.8% 0.77% -
XYZ 29.33 41.29 59.25 -
YUV 145.65 156.97 51.93 -
System Red Green Blue C M Y K H S L
Decimal 39 190 197 0.80 0.04 0 0.23 182.66 0.67 0.46
Hex 27 BE C5 50 4 0 17 B7 43 2E
Octal 47 276 305 120 4 0 27 267 103 56
Binary 100111 10111110 11000101 1010000 100 0 10111 10110111 1000011 101110

Color Harmonies of #27BEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BEC5

Black with #27BEC5

Text Example


Text Example

White with #27BEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27BEC5; }

 p { color: rgb(39,190,197); }

 H1.HeaderClassName
 {
   color: #27BEC5;
 }
 .AnyTagClassName
 {
   color: #27BEC5;
 }
</style>

background-color css

<style>
 a { background-color: #27BEC5; }

 a { background-color: rgb(39,190,197); }

 div.DivClassName
 {
   background-color: #27BEC5;
 }
 .BgClassName
 {
   background-color: #27BEC5;
 }
</style>

border-color css

<style>
 span { border-color: #27BEC5; }

 span { border-color: rgb(39,190,197); }

 td.TdClassName
 {
   border-color: #27BEC5;
 }
 .TagClassName
 {
   border-color: #27BEC5;
 }
</style>