Html Css Color HEX #7FCBC6 Bermuda

📋 copy color: '#7FCBC6'

red 127 ◦ green 203 ◦ blue 198

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

Shades of Bermuda #7FCBC6

Tints of Bermuda #7FCBC6

RGB

 RED value IS 127 (50% from 255) = 24.05%

 GREEN value IS 203 (79.69% from 255) = 38.45%

 BLUE value IS 198 (77.73% from 255) = 37.5%

R = 24.05%
G = 38.45%
B = 37.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#7FCBC6 (or 0x7FCBC6) is known color: Bermuda. HEX triplet: 7F, CB and C6. RGB value is (127,203,198). Sum of RGB (Red+Green+Blue) = 127+203+198=528 (69% of max value = 765). Red value is 127 (50% from 255 or 24.05% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCBC6 is #803439. Grayscale: #B3B3B3. Windows color (decimal): -8401978 or 13028223. OLE color: 13028223.

HSL color Cylindrical-coordinate representation of color #7FCBC6: hue angle of 176.05º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCBC6 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 203 198 -
CMYK 0.37 0 0.02 0.20
HSL 176.05º 0.42% 0.65% -
HSV(B) 176.05º 0.37% 0.8% -
XYZ 40.3 51.3 61.2 -
YUV 179.71 138.32 90.41 -
System Red Green Blue C M Y K H S L
Decimal 127 203 198 0.37 0 0.02 0.20 176.05 0.42 0.65
Hex 7F CB C6 25 0 2 14 B0 2A 41
Octal 177 313 306 45 0 2 24 260 52 101
Binary 1111111 11001011 11000110 100101 0 10 10100 10110000 101010 1000001

Color Harmonies of #7FCBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCBC6

Black with #7FCBC6

Text Example


Text Example

White with #7FCBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FCBC6; }

 p { color: rgb(127,203,198); }

 H1.HeaderClassName
 {
   color: #7FCBC6;
 }
 .AnyTagClassName
 {
   color: #7FCBC6;
 }
</style>

background-color css

<style>
 a { background-color: #7FCBC6; }

 a { background-color: rgb(127,203,198); }

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

border-color css

<style>
 span { border-color: #7FCBC6; }

 span { border-color: rgb(127,203,198); }

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