Html Css Color HEX #27C1B4 Light Sea Green

📋 copy color: '#27C1B4'

red 39 ◦ green 193 ◦ blue 180

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

Shades of Light Sea Green #27C1B4

Tints of Light Sea Green #27C1B4

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.84%

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

R = 9.47%
G = 46.84%
B = 43.69%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#27C1B4 (or 0x27C1B4) is known color: Light Sea Green. HEX triplet: 27, C1 and B4. RGB value is (39,193,180). Sum of RGB (Red+Green+Blue) = 39+193+180=412 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.47% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #27C1B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C1B4 is #D83E4B. Grayscale: #919191. Windows color (decimal): -14171724 or 11845927. OLE color: 11845927.

HSL color Cylindrical-coordinate representation of color #27C1B4: hue angle of 174.94º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C1B4 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 39 193 180 -
CMYK 0.80 0 0.07 0.24
HSL 174.94º 0.66% 0.45% -
HSV(B) 174.94º 0.8% 0.76% -
XYZ 28.14 41.87 49.78 -
YUV 145.47 147.48 52.06 -
System Red Green Blue C M Y K H S L
Decimal 39 193 180 0.80 0 0.07 0.24 174.94 0.66 0.45
Hex 27 C1 B4 50 0 7 18 AF 42 2D
Octal 47 301 264 120 0 7 30 257 102 55
Binary 100111 11000001 10110100 1010000 0 111 11000 10101111 1000010 101101

Color Harmonies of #27C1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C1B4

Black with #27C1B4

Text Example


Text Example

White with #27C1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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