Html Css Color HEX #27BDC5 Light Sea Green

📋 copy color: '#27BDC5'

red 39 ◦ green 189 ◦ blue 197

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

Shades of Light Sea Green #27BDC5

Tints of Light Sea Green #27BDC5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.47%

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

R = 9.18%
G = 44.47%
B = 46.35%

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

#27BDC5 (or 0x27BDC5) is known color: Light Sea Green. HEX triplet: 27, BD and C5. RGB value is (39,189,197). Sum of RGB (Red+Green+Blue) = 39+189+197=425 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.18% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 197 (77.34% from 255 or 46.35% from 425); Max value from RGB is 197 - color contains mainly: blue. Hex color #27BDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BDC5 is #D8423A. Grayscale: #909090. Windows color (decimal): -14172731 or 12959015. OLE color: 12959015.

HSL color Cylindrical-coordinate representation of color #27BDC5: hue angle of 183.04º 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 #27BDC5 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 39 189 197 -
CMYK 0.80 0.04 0 0.23
HSL 183.04º 0.67% 0.46% -
HSV(B) 183.04º 0.8% 0.77% -
XYZ 29.11 40.86 59.18 -
YUV 145.06 157.31 52.35 -
System Red Green Blue C M Y K H S L
Decimal 39 189 197 0.80 0.04 0 0.23 183.04 0.67 0.46
Hex 27 BD C5 50 4 0 17 B7 43 2E
Octal 47 275 305 120 4 0 27 267 103 56
Binary 100111 10111101 11000101 1010000 100 0 10111 10110111 1000011 101110

Color Harmonies of #27BDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BDC5

Black with #27BDC5

Text Example


Text Example

White with #27BDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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