Html Css Color HEX #27BCC5 Light Sea Green

📋 copy color: '#27BCC5'

red 39 ◦ green 188 ◦ blue 197

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

Shades of Light Sea Green #27BCC5

Tints of Light Sea Green #27BCC5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.34%

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

R = 9.2%
G = 44.34%
B = 46.46%

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#27BCC5 (or 0x27BCC5) is known color: Light Sea Green. HEX triplet: 27, BC and C5. RGB value is (39,188,197). Sum of RGB (Red+Green+Blue) = 39+188+197=424 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.20% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 197 (77.34% from 255 or 46.46% from 424); Max value from RGB is 197 - color contains mainly: blue. Hex color #27BCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BCC5 is #D8433A. Grayscale: #909090. Windows color (decimal): -14172987 or 12958759. OLE color: 12958759.

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

Color convert

RGB 39 188 197 -
CMYK 0.80 0.05 0 0.23
HSL 183.42º 0.67% 0.46% -
HSV(B) 183.42º 0.8% 0.77% -
XYZ 28.9 40.43 59.1 -
YUV 144.48 157.64 52.77 -
System Red Green Blue C M Y K H S L
Decimal 39 188 197 0.80 0.05 0 0.23 183.42 0.67 0.46
Hex 27 BC C5 50 5 0 17 B7 43 2E
Octal 47 274 305 120 5 0 27 267 103 56
Binary 100111 10111100 11000101 1010000 101 0 10111 10110111 1000011 101110

Color Harmonies of #27BCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BCC5

Black with #27BCC5

Text Example


Text Example

White with #27BCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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