Html Css Color HEX #27CFB4 Light Sea Green

📋 copy color: '#27CFB4'

red 39 ◦ green 207 ◦ blue 180

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

Shades of Light Sea Green #27CFB4

Tints of Light Sea Green #27CFB4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.59%

 BLUE value IS 180 (70.7% from 255) = 42.25%

R = 9.15%
G = 48.59%
B = 42.25%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#27CFB4 (or 0x27CFB4) is known color: Light Sea Green. HEX triplet: 27, CF and B4. RGB value is (39,207,180). Sum of RGB (Red+Green+Blue) = 39+207+180=426 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.15% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #27CFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CFB4 is #D8304B. Grayscale: #999999. Windows color (decimal): -14168140 or 11849511. OLE color: 11849511.

HSL color Cylindrical-coordinate representation of color #27CFB4: hue angle of 170.36º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CFB4 is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 207 180 -
CMYK 0.81 0 0.13 0.19
HSL 170.36º 0.68% 0.48% -
HSV(B) 170.36º 0.81% 0.81% -
XYZ 31.39 48.35 50.86 -
YUV 153.69 142.84 46.2 -
System Red Green Blue C M Y K H S L
Decimal 39 207 180 0.81 0 0.13 0.19 170.36 0.68 0.48
Hex 27 CF B4 51 0 D 13 AA 44 30
Octal 47 317 264 121 0 15 23 252 104 60
Binary 100111 11001111 10110100 1010001 0 1101 10011 10101010 1000100 110000

Color Harmonies of #27CFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CFB4

Black with #27CFB4

Text Example


Text Example

White with #27CFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,207,180); }

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

background-color css

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

 a { background-color: rgb(39,207,180); }

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

border-color css

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

 span { border-color: rgb(39,207,180); }

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